home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 5
/
BBS in a Box -Volume V (BBS in a Box) (April 1992).iso
/
Files
/
Word
/
Ae-An
/
Alpha.20.release.cpt
/
Changes
< prev
next >
Wrap
Text File
|
1990-08-23
|
5KB
|
175 lines
|Changes
Version 1.16 Changes/Bug Fixes
=================================
• fixed 'doTab', 'carriageReturn' not working in
macros.
Version 1.15 Changes/Bug Fixes
=================================
• Added Cmd-. quitting in macros, multiple-file
searches, and tagfile creation
• Added error-checking in macros.
• Added the "Var Values…" menu
Version 1.14 Changes/Bug Fixes
=================================
• regular expression searches now work in macros
• bug that cause zeros to be written to font and
tab resources of 'cTags' file fixed
• bug that caused too much memory to be alloced
during initialization fixed
• added var 'useBackupFolder' and 'backupFolder'
to allow backups to be placed in a different
folder
• files locations and colors don't change, even
if backup files are used.
• the insertion point in the menu bar during help
display is gone
• untitled windows now have sequence numbers that
can be larger than '9'
• problem saving files that were opened with a
file-set operation has been fixed.
Version 1.13 Changes/Bug Fixes
=================================
• acmds now insert and leave insertions in correct
location.
• acmds also now make a window dirty
• bug w/ 'AlphaBits' file sets fixed
• a 'GrowZone' procedure was added which closes
clean windows.
Version 1.12 Changes/Bug Fixes
=================================
• added support for foreign keyboards
• 'createTagFile' now sorts it's output, so that
the tag dialog doesn't have to.
Version 1.11 Changes/Bug Fixes
=================================
• added 'ascii' binding command
• made function naming more consistent
• bug w/ backward search from file beginning fixed.
• changed file set dialog to heirarchical menu
• hilite now picks up the hilite color instead of
always defaulting to black
Version 1.10 Changes/Bug Fixes
=================================
• Fixed macro execution w/ no wins bug.
• Fixed two more hiliting bugs.
• Finally got an application signature approved,
unfortunately, it was not my original choice. Alpha's
signature is now 'ALFA', not 'ALPH'.
• Fixed a small undo bug.
Version 1.09 Changes/Bug Fixes
=================================
• fixed selecting bug
• fixed a bug w/ "Comment Box"
Version 1.08 Changes/Bug Fixes
=================================
• Added 'wordWrap' mode.
• Simplified 'FileSet' handling. 'FileSet's should
now work in network environments.
• Added 'User' menu.
• Fixed the hilite nonsense. (mostly)
• Added tag list dialog.
• Added 'dirty' mark to windows' menu items.
Version 1.07 Changes/Bug Fixes
=================================
• Added two example ACMD's, 'Comment Box' and
'UnComment Box', with macros to call them.
• Replaces and 'setNamedMark' are now correctly
compiled into macros.
• Went back to slow Apple memory routines instead
of allegedly buggy THINK routines.
• Added functions 'getAscii' and 'insertAscii'.
• Regular expression search cleaned up a bit, '$'
and '^$' now work correctly
• Searches that result in zero-length selections
now leave the blinking cursor, rather than a
selection that is zero pixels wide.
Version 1.05 Changes/Bug Fixes
=================================
• 'quickSort' is now undoable.
• 'dumpMacro', 'describeBindings', 'getPathName'
and "List Functions" now leave the mark at the
beginning of the insertion.
• The Enter key now acts the same as the return from
within dialogs.
• The "Describe Key" prompt should now be displayed
properly.
• 'goto'ing to a named mark now leaves the generic
mark at the old insertion point.
• Searches now leave the generic mark where the search
began.
• 'downcaseWord', 'upcaseWord', and 'capWord' now conform
more closely to emacs usage.
• 'insertToTop' no longer displays any information, but
a new function, 'currentPosition', now displays the
current row and col, as well as the total number of
lines.
Version 1.04 Changes/Bug Fixes
=================================
• Added '#ifdef', '#define', '#else', and '#endif' to
parsing capability, allowing a single 'alphaBits'
file to be used for all keyboards.
• fill now takes ''', '"', '(', ')', '[', ']',
'{', and '}' characters with words.
• Fill routines now update the screen correctly and leave
the insertion point at the beginning of the justified
text.
• 'describeBindings' now opens a new window
• fixed macro problems w/ multiple windows
• electricRBrace works better
• 'nextLine' and 'previousLine' stay in the same column
better in the presence of tabs
• changed syntax of searches in macros, macros can now set
and restore variables, added 'saveVars' and 'restoreVars'
• added several more example macros
• got rid of one memory allocation bug
• vertical and horizontal tiling now only affect the top
'numWinsToTile' windows
• After double- or triple-clicking, it is now possible to
drag the mouse and select in increasing increments of a
word or a line.
• 'Close' on a dirty file-set window now actually closes the
window after a good save.
• Triple-clicking on an empty line and deleting now removes
the line.
• Added 'closeAll' and 'selectAll' functions.
• ALPHA now allows user-written 'ACMD' code resources to be
loaded and executed. See 'Customization'.